3.5.70 \(\int \cot ^2(e+f x) (a+b (c \sec (e+f x))^n)^p \, dx\) [470]

Optimal. Leaf size=28 \[ \text {Int}\left (\cot ^2(e+f x) \left (a+b (c \sec (e+f x))^n\right )^p,x\right ) \]

[Out]

Unintegrable(cot(f*x+e)^2*(a+b*(c*sec(f*x+e))^n)^p,x)

________________________________________________________________________________________

Rubi [A]
time = 0.04, antiderivative size = 0, normalized size of antiderivative = 0.00, number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \begin {gather*} \int \cot ^2(e+f x) \left (a+b (c \sec (e+f x))^n\right )^p \, dx \end {gather*}

Verification is not applicable to the result.

[In]

Int[Cot[e + f*x]^2*(a + b*(c*Sec[e + f*x])^n)^p,x]

[Out]

Defer[Int][Cot[e + f*x]^2*(a + b*(c*Sec[e + f*x])^n)^p, x]

Rubi steps

\begin {align*} \int \cot ^2(e+f x) \left (a+b (c \sec (e+f x))^n\right )^p \, dx &=\int \cot ^2(e+f x) \left (a+b (c \sec (e+f x))^n\right )^p \, dx\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 2.07, size = 0, normalized size = 0.00 \begin {gather*} \int \cot ^2(e+f x) \left (a+b (c \sec (e+f x))^n\right )^p \, dx \end {gather*}

Verification is not applicable to the result.

[In]

Integrate[Cot[e + f*x]^2*(a + b*(c*Sec[e + f*x])^n)^p,x]

[Out]

Integrate[Cot[e + f*x]^2*(a + b*(c*Sec[e + f*x])^n)^p, x]

________________________________________________________________________________________

Maple [A]
time = 0.08, size = 0, normalized size = 0.00 \[\int \left (\cot ^{2}\left (f x +e \right )\right ) \left (a +b \left (c \sec \left (f x +e \right )\right )^{n}\right )^{p}\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cot(f*x+e)^2*(a+b*(c*sec(f*x+e))^n)^p,x)

[Out]

int(cot(f*x+e)^2*(a+b*(c*sec(f*x+e))^n)^p,x)

________________________________________________________________________________________

Maxima [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cot(f*x+e)^2*(a+b*(c*sec(f*x+e))^n)^p,x, algorithm="maxima")

[Out]

integrate(((c*sec(f*x + e))^n*b + a)^p*cot(f*x + e)^2, x)

________________________________________________________________________________________

Fricas [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cot(f*x+e)^2*(a+b*(c*sec(f*x+e))^n)^p,x, algorithm="fricas")

[Out]

integral(((c*sec(f*x + e))^n*b + a)^p*cot(f*x + e)^2, x)

________________________________________________________________________________________

Sympy [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \left (a + b \left (c \sec {\left (e + f x \right )}\right )^{n}\right )^{p} \cot ^{2}{\left (e + f x \right )}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cot(f*x+e)**2*(a+b*(c*sec(f*x+e))**n)**p,x)

[Out]

Integral((a + b*(c*sec(e + f*x))**n)**p*cot(e + f*x)**2, x)

________________________________________________________________________________________

Giac [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cot(f*x+e)^2*(a+b*(c*sec(f*x+e))^n)^p,x, algorithm="giac")

[Out]

integrate(((c*sec(f*x + e))^n*b + a)^p*cot(f*x + e)^2, x)

________________________________________________________________________________________

Mupad [A]
time = 0.00, size = -1, normalized size = -0.04 \begin {gather*} \int {\mathrm {cot}\left (e+f\,x\right )}^2\,{\left (a+b\,{\left (\frac {c}{\cos \left (e+f\,x\right )}\right )}^n\right )}^p \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cot(e + f*x)^2*(a + b*(c/cos(e + f*x))^n)^p,x)

[Out]

int(cot(e + f*x)^2*(a + b*(c/cos(e + f*x))^n)^p, x)

________________________________________________________________________________________